Rename ostree-cmdprivate to drop out of introspection
authorColin Walters <walters@verbum.org>
Thu, 2 Jun 2022 21:13:17 +0000 (17:13 -0400)
committerColin Walters <walters@verbum.org>
Thu, 2 Jun 2022 21:13:17 +0000 (17:13 -0400)
commit32ee82133bba68e7d57f65dc5f896c4c1363cdf1
treed8c90c87ad677a39ffc1a31dff0dde9218b28b50
parent485caca5383b2f0ec2f8f312c6f2c12b2e9b2e80
Rename ostree-cmdprivate to drop out of introspection

I was looking at our `.gir` and noticed we had the cmdprivate bits
because the pattern for excluding headers is `-private.h`, which
didn't match `cmdprivate.h`.
14 files changed:
Makefile-libostree.am
apidoc/Makefile.am
src/libostree/ostree-cmd-private.c [new file with mode: 0644]
src/libostree/ostree-cmd-private.h [new file with mode: 0644]
src/libostree/ostree-cmdprivate.c [deleted file]
src/libostree/ostree-cmdprivate.h [deleted file]
src/libostree/ostree-impl-system-generator.c
src/libostree/ostree-repo-static-delta-core.c
src/ostree/ot-admin-builtin-boot-complete.c
src/ostree/ot-admin-builtin-finalize-staged.c
src/ostree/ot-admin-instutil-builtin-grub2-generate.c
src/ostree/ot-builtin-fsck.c
src/ostree/ot-builtin-static-delta.c
src/switchroot/ostree-system-generator.c